home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / quicktimeintro / play movie / completed lab / pmutilities.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-10-06  |  562 b   |  19 lines

  1. /*
  2.     File:        PMUtilities.h
  3.     
  4.     Contains:    QuickTime sample code
  5.  
  6.     Copyright:    © 2000 by Apple Computer, Inc. All rights reserved
  7.  
  8.  
  9. */
  10.  
  11. extern MoviePrePrerollCompleteUPP gMoviePPRollCompleteProc;
  12.  
  13. Boolean IsQuickTimeInstalled (void);
  14. Boolean IsQuickTimeCFMInstalled (void);
  15. void DoInitQuickTime( void );
  16. OSErr GetWindowPositionFromFile (Movie theMovie, Point *thePoint);
  17. PASCAL_RTN void MoviePrePrerollCompleteProc (Movie theMovie, OSErr thePrerollErr, void *theRefCon);
  18. void PrerollAndPlay( Movie theMovie );
  19. void StartPlayingMovie(Movie theMovie, Fixed thePlayRate);